home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / vimvcl30.zip / VDLLERR.DFM / VDLLERR.txt
Text File  |  1996-08-24  |  982b  |  52 lines

  1. object VimDllErrorDlg: TVimDllErrorDlg
  2.   Left = 264
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Application Error'
  7.   ClientHeight = 214
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 161
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 120
  26.     Top = 180
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     Kind = bkOK
  31.     Margin = 2
  32.     Spacing = -1
  33.     IsControl = True
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 16
  37.     Top = 16
  38.     Width = 281
  39.     Height = 145
  40.     Alignment = taCenter
  41.     Lines.Strings = (
  42.       ''
  43.       ''
  44.       ''
  45.       'The necessary DLL files for running ccMail '
  46.       'have not been loaded.'
  47.       ''
  48.       'All eMail functionality has been suspended.')
  49.     TabOrder = 1
  50.   end
  51. end
  52.